'Declaration Public Overloads Function Add( _ ByVal cellsValue() As System.Nullable(Of Integer) _ ) As OMathMatrixColumn
public OMathMatrixColumn Add( System.Nullable<int>[] cellsValue )
Parameters
- cellsValue
- The column cells value array.
Return Value
The added OMathMatrixColumn.